home *** CD-ROM | disk | FTP | other *** search
/ Chip: Special Tips & Tricks for Windows 95 / Chip Wintips.iso / sharewar / multimed / wavemake / wmwin.exe / 0 / RCDATA / TWAVSCANDLG / TWAVSCANDLG.txt
Text File  |  1996-04-23  |  9KB  |  414 lines

  1. object WAVscanDlg: TWAVscanDlg
  2.   Left = 156
  3.   Top = 42
  4.   ActiveControl = CancelBtn
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'WAV Scan'
  8.   ClientHeight = 383
  9.   ClientWidth = 337
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = [fsBold]
  14.   PixelsPerInch = 96
  15.   OnActivate = FormActivate
  16.   TextHeight = 13
  17.   object gauge: TGauge
  18.     Left = 16
  19.     Top = 352
  20.     Width = 129
  21.     Height = 17
  22.     Color = clLime
  23.     ForeColor = clLime
  24.     ParentColor = False
  25.     Progress = 0
  26.   end
  27.   object Bevel1: TBevel
  28.     Left = 8
  29.     Top = 344
  30.     Width = 145
  31.     Height = 33
  32.   end
  33.   object GroupBox1: TGroupBox
  34.     Left = 8
  35.     Top = 8
  36.     Width = 321
  37.     Height = 41
  38.     Caption = 'File'
  39.     TabOrder = 2
  40.     object fileEdit: TEdit
  41.       Left = 8
  42.       Top = 16
  43.       Width = 305
  44.       Height = 20
  45.       Enabled = False
  46.       ReadOnly = True
  47.       TabOrder = 0
  48.     end
  49.   end
  50.   object GroupBox2: TGroupBox
  51.     Left = 8
  52.     Top = 56
  53.     Width = 321
  54.     Height = 41
  55.     Caption = 'Format'
  56.     TabOrder = 3
  57.     object Label1: TLabel
  58.       Left = 8
  59.       Top = 16
  60.       Width = 22
  61.       Height = 13
  62.       Caption = 'Bits'
  63.     end
  64.     object Label2: TLabel
  65.       Left = 80
  66.       Top = 16
  67.       Width = 55
  68.       Height = 13
  69.       Caption = 'Rate (Hz)'
  70.     end
  71.     object Label7: TLabel
  72.       Left = 224
  73.       Top = 16
  74.       Width = 53
  75.       Height = 13
  76.       Caption = 'Channels'
  77.     end
  78.     object bitEdit: TEdit
  79.       Left = 40
  80.       Top = 16
  81.       Width = 25
  82.       Height = 20
  83.       Enabled = False
  84.       ReadOnly = True
  85.       TabOrder = 0
  86.     end
  87.     object rateEdit: TEdit
  88.       Left = 144
  89.       Top = 16
  90.       Width = 65
  91.       Height = 20
  92.       Enabled = False
  93.       ReadOnly = True
  94.       TabOrder = 1
  95.     end
  96.     object channelEdit: TEdit
  97.       Left = 288
  98.       Top = 16
  99.       Width = 25
  100.       Height = 20
  101.       Enabled = False
  102.       TabOrder = 2
  103.     end
  104.   end
  105.   object GroupBox3: TGroupBox
  106.     Left = 8
  107.     Top = 104
  108.     Width = 321
  109.     Height = 41
  110.     Caption = 'Duration'
  111.     TabOrder = 4
  112.     object Label3: TLabel
  113.       Left = 8
  114.       Top = 16
  115.       Width = 48
  116.       Height = 13
  117.       Caption = 'Samples'
  118.     end
  119.     object Label4: TLabel
  120.       Left = 184
  121.       Top = 16
  122.       Width = 16
  123.       Height = 13
  124.       Caption = 'ms'
  125.     end
  126.     object sampleEdit: TEdit
  127.       Left = 72
  128.       Top = 16
  129.       Width = 105
  130.       Height = 20
  131.       Enabled = False
  132.       ReadOnly = True
  133.       TabOrder = 0
  134.     end
  135.     object msEdit: TEdit
  136.       Left = 208
  137.       Top = 16
  138.       Width = 105
  139.       Height = 20
  140.       Enabled = False
  141.       ReadOnly = True
  142.       TabOrder = 1
  143.     end
  144.   end
  145.   object GroupBox4: TGroupBox
  146.     Left = 8
  147.     Top = 152
  148.     Width = 321
  149.     Height = 185
  150.     Caption = 'Statistics'
  151.     TabOrder = 5
  152.     object Label5: TLabel
  153.       Left = 8
  154.       Top = 32
  155.       Width = 25
  156.       Height = 13
  157.       Caption = 'Min.'
  158.     end
  159.     object Label6: TLabel
  160.       Left = 112
  161.       Top = 16
  162.       Width = 8
  163.       Height = 13
  164.       Caption = 'L'
  165.       Font.Color = clRed
  166.       Font.Height = -11
  167.       Font.Name = 'MS Sans Serif'
  168.       Font.Style = [fsBold]
  169.       ParentFont = False
  170.     end
  171.     object minRlabel: TLabel
  172.       Left = 248
  173.       Top = 16
  174.       Width = 10
  175.       Height = 13
  176.       Caption = 'R'
  177.       Font.Color = clBlue
  178.       Font.Height = -11
  179.       Font.Name = 'MS Sans Serif'
  180.       Font.Style = [fsBold]
  181.       ParentFont = False
  182.     end
  183.     object Label8: TLabel
  184.       Left = 8
  185.       Top = 56
  186.       Width = 28
  187.       Height = 13
  188.       Caption = 'Max.'
  189.     end
  190.     object Label11: TLabel
  191.       Left = 8
  192.       Top = 80
  193.       Width = 28
  194.       Height = 13
  195.       Caption = 'RMS'
  196.     end
  197.     object Label14: TLabel
  198.       Left = 8
  199.       Top = 136
  200.       Width = 35
  201.       Height = 13
  202.       Caption = 'Satur.'
  203.       Font.Color = clBlack
  204.       Font.Height = -11
  205.       Font.Name = 'MS Sans Serif'
  206.       Font.Style = [fsBold]
  207.       ParentFont = False
  208.     end
  209.     object gaugeL: TGauge
  210.       Left = 56
  211.       Top = 104
  212.       Width = 121
  213.       Height = 25
  214.       Color = clRed
  215.       Kind = gkNeedle
  216.       ParentColor = False
  217.       Progress = 0
  218.     end
  219.     object gaugeR: TGauge
  220.       Left = 192
  221.       Top = 104
  222.       Width = 121
  223.       Height = 25
  224.       Color = clBlue
  225.       Kind = gkNeedle
  226.       ParentColor = False
  227.       Progress = 0
  228.     end
  229.     object satGaugeL: TGauge
  230.       Left = 56
  231.       Top = 160
  232.       Width = 121
  233.       Height = 17
  234.       Color = clRed
  235.       Font.Color = clRed
  236.       Font.Height = -11
  237.       Font.Name = 'MS Sans Serif'
  238.       Font.Style = [fsBold]
  239.       ForeColor = clRed
  240.       ParentColor = False
  241.       ParentFont = False
  242.       Progress = 0
  243.     end
  244.     object satGaugeR: TGauge
  245.       Left = 192
  246.       Top = 160
  247.       Width = 121
  248.       Height = 17
  249.       Color = clBlue
  250.       Font.Color = clRed
  251.       Font.Height = -11
  252.       Font.Name = 'MS Sans Serif'
  253.       Font.Style = [fsBold]
  254.       ForeColor = clBlue
  255.       ParentColor = False
  256.       ParentFont = False
  257.       Progress = 0
  258.     end
  259.     object minLedit: TEdit
  260.       Left = 56
  261.       Top = 32
  262.       Width = 121
  263.       Height = 20
  264.       Enabled = False
  265.       ReadOnly = True
  266.       TabOrder = 0
  267.     end
  268.     object minRedit: TEdit
  269.       Left = 192
  270.       Top = 32
  271.       Width = 121
  272.       Height = 20
  273.       Enabled = False
  274.       ReadOnly = True
  275.       TabOrder = 1
  276.     end
  277.     object maxLedit: TEdit
  278.       Left = 56
  279.       Top = 56
  280.       Width = 121
  281.       Height = 20
  282.       Enabled = False
  283.       ReadOnly = True
  284.       TabOrder = 2
  285.     end
  286.     object maxRedit: TEdit
  287.       Left = 192
  288.       Top = 56
  289.       Width = 121
  290.       Height = 20
  291.       Enabled = False
  292.       ReadOnly = True
  293.       TabOrder = 3
  294.     end
  295.     object rmsLedit: TEdit
  296.       Left = 56
  297.       Top = 80
  298.       Width = 121
  299.       Height = 20
  300.       Enabled = False
  301.       ReadOnly = True
  302.       TabOrder = 4
  303.     end
  304.     object rmsRedit: TEdit
  305.       Left = 192
  306.       Top = 80
  307.       Width = 121
  308.       Height = 20
  309.       Enabled = False
  310.       ReadOnly = True
  311.       TabOrder = 5
  312.     end
  313.     object saturLedit: TEdit
  314.       Left = 56
  315.       Top = 136
  316.       Width = 121
  317.       Height = 20
  318.       Enabled = False
  319.       Font.Color = clRed
  320.       Font.Height = -11
  321.       Font.Name = 'MS Sans Serif'
  322.       Font.Style = [fsBold]
  323.       ParentFont = False
  324.       ReadOnly = True
  325.       TabOrder = 6
  326.     end
  327.     object saturRedit: TEdit
  328.       Left = 192
  329.       Top = 136
  330.       Width = 121
  331.       Height = 20
  332.       Enabled = False
  333.       Font.Color = clRed
  334.       Font.Height = -11
  335.       Font.Name = 'MS Sans Serif'
  336.       Font.Style = [fsBold]
  337.       ParentFont = False
  338.       ReadOnly = True
  339.       TabOrder = 7
  340.     end
  341.   end
  342.   object CancelBtn: TBitBtn
  343.     Left = 248
  344.     Top = 344
  345.     Width = 81
  346.     Height = 33
  347.     Cursor = crArrow
  348.     Cancel = True
  349.     Caption = 'Cancel'
  350.     ModalResult = 2
  351.     TabOrder = 1
  352.     OnClick = CancelBtnClick
  353.     Glyph.Data = {
  354.       DE010000424DDE01000000000000760000002800000024000000120000000100
  355.       0400000000006801000000000000000000000000000000000000000000000000
  356.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  357.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  358.       333333333333333333333333000033337733333333333333333F333333333333
  359.       0000333911733333973333333377F333333F3333000033391117333911733333
  360.       37F37F333F77F33300003339111173911117333337F337F3F7337F3300003333
  361.       911117111117333337F3337F733337F3000033333911111111733333337F3337
  362.       3333F7330000333333911111173333333337F333333F73330000333333311111
  363.       7333333333337F3333373333000033333339111173333333333337F333733333
  364.       00003333339111117333333333333733337F3333000033333911171117333333
  365.       33337333337F333300003333911173911173333333373337F337F33300003333
  366.       9117333911173333337F33737F337F33000033333913333391113333337FF733
  367.       37F337F300003333333333333919333333377333337FFF730000333333333333
  368.       3333333333333333333777330000333333333333333333333333333333333333
  369.       0000}
  370.     Margin = 2
  371.     NumGlyphs = 2
  372.     Spacing = -1
  373.     IsControl = True
  374.   end
  375.   object OKBtn: TBitBtn
  376.     Left = 160
  377.     Top = 344
  378.     Width = 81
  379.     Height = 33
  380.     Caption = 'OK'
  381.     Enabled = False
  382.     ModalResult = 1
  383.     TabOrder = 0
  384.     OnClick = OKbtnClick
  385.     Glyph.Data = {
  386.       DE010000424DDE01000000000000760000002800000024000000120000000100
  387.       0400000000006801000000000000000000000000000000000000000000000000
  388.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  389.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  390.       3333333333333333333333330000333333333333333333333333F33333333333
  391.       00003333344333333333333333377F3333333333000033334224333333333333
  392.       337337F3333333330000333422224333333333333733337F3333333300003342
  393.       222224333333333373333337F3333333000034222A22224333333337F337F333
  394.       7F33333300003222A3A2224333333337F3737F337F33333300003A2A333A2224
  395.       33333337F73337F337F33333000033A33333A222433333337333337F337F3333
  396.       0000333333333A222433333333333337F337F33300003333333333A222433333
  397.       333333337F337F33000033333333333A222433333333333337F337F300003333
  398.       33333333A222433333333333337F337F00003333333333333A22433333333333
  399.       3337F37F000033333333333333A223333333333333337F730000333333333333
  400.       333A333333333333333337330000333333333333333333333333333333333333
  401.       0000}
  402.     Margin = 2
  403.     NumGlyphs = 2
  404.     Spacing = -1
  405.     IsControl = True
  406.   end
  407.   object timer: TTimer
  408.     Enabled = False
  409.     Interval = 500
  410.     OnTimer = timerTimer
  411.     Left = 312
  412.   end
  413. end
  414.